github.com/go-pg/pg/v10.Tx._closed (field)

3 uses

	github.com/go-pg/pg/v10 (current package)
		tx.go#L36: 	_closed int32
		tx.go#L371: 	if !atomic.CompareAndSwapInt32(&tx._closed, 0, 1) {
		tx.go#L387: 	return atomic.LoadInt32(&tx._closed) == 1